home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / docs / gencsrc / uglyform.c < prev    next >
Encoding:
Text File  |  1987-11-21  |  207 b   |  5 lines

  1. main()  /* Main program starts here */{printf("Good form ");printf
  2.  ("can aid in ");printf("understanding a program.\n")
  3. ;printf("And bad form ");printf("can make a program ");
  4. printf("unreadable.\n");}
  5.